home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / sound < prev    next >
Text File  |  2001-03-21  |  711b  |  23 lines

  1. Synopsis:
  2.    load sound
  3.  
  4. Description:
  5.    This script attempts to emulate the /sound command of mIRC.  When the
  6.    client receives a CTCP SOUND request, it will attempt to play the
  7.    sound file specified.  This requires that a variable $PLAYWAV be
  8.    defined to the location of an external program that can play .wav
  9.    files.  A sound may be sent with the /sound command:
  10.  
  11.      /sound <target>|* <wav file> [<action text>]
  12.  
  13.    If the target is "*", then the sound is sent to the current channel
  14.    or query.
  15.  
  16. See Also:
  17.    ctcp(1); load(5)
  18.  
  19. Other Notes:
  20.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net, with
  21.    some help from Tjerk Vonck on the semantics of the command.
  22.  
  23.